| IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > TypeFns Class > FindMethod Method : FindMethod(Type,String,Type[]) Method |
'DeclarationPublic Overloads Shared Function FindMethod( _ ByVal type As Type, _ ByVal methodName As String, _ ByVal parameterTypes() As Type _ ) As MethodInfo
'UsageDim type As Type Dim methodName As String Dim parameterTypes() As Type Dim value As MethodInfo value = TypeFns.FindMethod(type, methodName, parameterTypes)
public static MethodInfo FindMethod( Type type, string methodName, Type[] parameterTypes )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2